home *** CD-ROM | disk | FTP | other *** search
/ BMUG PD-ROM 1995 Fall / PD-ROM F95.toast / Telecom / Terminal Programs / Terminal 2.0.1 ƒ / Hdrs / File.h < prev    next >
Encoding:
Text File  |  1990-11-19  |  461 b   |  21 lines  |  [TEXT/ttxt]

  1. /*
  2.     Terminal 2.0
  3.     "File.h"
  4. */
  5.  
  6. void ByteCapture (Byte);
  7. short Convert(short, long, Byte *, short, long, Byte *);
  8. short CopyFile(short);
  9. Boolean DoMenuScript (short);
  10. void Extract (void);
  11. void FileReceive (void);
  12. void FileTransmit (void);
  13. void Kiss (short);
  14. void Make (void);
  15. void SaveBuffer (short);
  16. void SendScrap (void);
  17. void SendText (void);
  18. Boolean RunScript(short, long, Byte *, short);
  19. short pascal SendTextFile (short, Byte *);
  20. void TextCapture (short);
  21.